home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectInput / DIConfig / privcom.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  394 b   |  14 lines

  1. #ifndef __PRIVCOM_H__
  2. #define __PRIVCOM_H__
  3.  
  4.  
  5. HRESULT
  6. PrivCreateInstance(REFCLSID ptszClsid, LPUNKNOWN punkOuter, DWORD dwClsContext, 
  7.                    REFIID riid, LPVOID *ppvOut, HINSTANCE *phinst);
  8.  
  9. HRESULT
  10. PrivGetClassObject(REFCLSID ptszClsid, DWORD dwClsContext, LPVOID pReserved,
  11.                    REFIID riid, LPVOID *ppvOut, HINSTANCE *phinst);
  12.  
  13.  
  14. #endif //__PRIVCOM_H__